object Form2: TForm2 Left = 97 Top = 39 BorderIcons = [] BorderStyle = bsSingle Caption = 'Quick Connect' ClientHeight = 125 ClientWidth = 332 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 128 Top = 8 Width = 39 Height = 13 Caption = 'User ID:' end object Label2: TLabel Left = 128 Top = 48 Width = 49 Height = 13 Caption = 'Password:' end object Label3: TLabel Left = 0 Top = 88 Width = 22 Height = 13 Caption = 'Port:' end object Label4: TLabel Left = 0 Top = 8 Width = 65 Height = 13 Caption = 'Host address:' end object Label5: TLabel Left = 0 Top = 48 Width = 70 Height = 13 Caption = 'Initial directory:' end object Edit1: TEdit Left = 128 Top = 24 Width = 121 Height = 21 Enabled = False TabOrder = 0 Text = 'Anonymous' end object Edit2: TEdit Left = 128 Top = 64 Width = 121 Height = 21 PasswordChar = '*' TabOrder = 1 Text = 'anonymous' end object Button1: TButton Left = 256 Top = 24 Width = 75 Height = 25 Caption = 'Connect Now!' TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 256 Top = 56 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 3 OnClick = Button2Click end object Edit4: TEdit Left = 0 Top = 24 Width = 121 Height = 21 TabOrder = 4 Text = '127.0.0.1' end object Edit5: TEdit Left = 0 Top = 64 Width = 121 Height = 21 TabOrder = 5 Text = '/' end object SpinEdit1: TSpinEdit Left = 0 Top = 104 Width = 49 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 6 Value = 21 end end